[@main]
#IF
check [051] 1
#ACT
goto @break
break

#IF
check [050] 1
#ACT
goto @killed_mob
break

#ELSEACT
goto @break

[@killed_mob]
#SAY
Well done, you have proved you can scout and hunt a monster\
deep in a dark location by yourself, well done!\
<Collect your prize/@getprize>

[@getprize]
#IF
check [051] 0
#ACT
give gold 100000
set [051] 1
goto @collected
#ELSEACT
goto @break


[@collected]
<Quest 1>: The Introduction!\
\
you have completed this challange, come visit me soon to\
advance to <Quest 2>!\
<exit/@exit>

[@break]
#ACT
break
